SftTree/OCX 7.0

SftTree.TreeLineGrayedColor Property

Softel vdm, Inc.

Defines the color used to draw connecting tree lines when the tree control is disabled.

Deprecated - Provided for compatibility with earlier versions only - Use Items.TreeLineGrayedColor instead

Syntax       

Get

VB.NET

Clr = object.TreeLineGrayedColor  As System.Drawing.ColorLanguage-specific information

VB

Clr = object.TreeLineGrayedColor  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information Clr = object.TreeLineGrayedColor;

VC++

OLE_COLOR Clr = object->TreeLineGrayedColor;
OLE_COLOR Clr = object->GetTreeLineGrayedColor();

C

HRESULT object->get_TreeLineGrayedColor(OLE_COLOR* Clr);

Delphi

Clr := object.TreeLineGrayedColor  : TColor;

Put

VB.NET

object.TreeLineGrayedColor = Clr  As System.Drawing.ColorLanguage-specific information

VB

object.TreeLineGrayedColor = Clr  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information object.TreeLineGrayedColor = Clr;

VC++

OLE_COLOR object->TreeLineGrayedColor = Clr;
void object->PutTreeLineGrayedColor(OLE_COLOR Clr);

C

HRESULT object->put_TreeLineGrayedColor(OLE_COLOR Clr);

Delphi

object.TreeLineGrayedColor := Clr  : TColor;

object

A SftTree object.

Clr

Defines the color used to draw connecting tree lines when the tree control is disabled.  For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Items.TreeLineGrayedColor instead

The TreeLineGrayedColor property defines the color used to draw connecting tree lines when the tree control is disabled.

Based on the Items.TreeLineStyle property, connecting tree lines are displayed using the specified color Clr when the tree control is disabled.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com